![]() |
IndexToStringProcPtr |
||||
Header: | TypeSelect.h | Carbon status: | Under Evaluation | |
typedef Boolean(* IndexToStringProcPtr) ( SInt16 item, ScriptCode *itemsScript, StringPtr *itemsStringPtr, void *yourDataPtr );
You would declare your function like this if you were to name it MyIndexToStringCallback:
Boolean MyIndexToStringCallback ( SInt16 item, ScriptCode *itemsScript, StringPtr *itemsStringPtr, void *yourDataPtr );
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)